Platform Explorer / Nuxeo Platform LTS 2017 9.10

Contribution org.nuxeo.ecm.multi.tenant.doctype.config--doctype

This contribution is part of XML component org.nuxeo.ecm.multi.tenant.doctype.config inside nuxeo-multi-tenant-jsf-9.10.jar /OSGI-INF/doctypes-config-contrib.xml

Extension Point

Extension point doctype of component TypeService.

Contributed Items

  • <doctype append="true" name="Domain">
          <facet name="SearchConfiguration"/>
          <facet name="UITypesLocalConfiguration"/>
          <facet name="ContentViewLocalConfiguration"/>
        </doctype>

XML Source

<extension point="doctype" target="org.nuxeo.ecm.core.schema.TypeService">
    <doctype append="true" name="Domain">
      <facet name="SearchConfiguration"/>
      <facet name="UITypesLocalConfiguration"/>
      <facet name="ContentViewLocalConfiguration"/>
    </doctype>
  </extension>